var go.uber.org/zap/zapcore._jsonPool
3 uses
go.uber.org/zap/zapcore (current package)
json_encoder.go#L37: var _jsonPool = sync.Pool{New: func() interface{} {
json_encoder.go#L42: return _jsonPool.Get().(*jsonEncoder)
json_encoder.go#L55: _jsonPool.Put(enc)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)